﻿2026-05-16T23:42:41.7709078Z ##[group]Run actions/checkout@v4
2026-05-16T23:42:41.7710198Z with:
2026-05-16T23:42:41.7710859Z   repository: SaberMage/rebno
2026-05-16T23:42:41.7711752Z   token: ***
2026-05-16T23:42:41.7712401Z   ssh-strict: true
2026-05-16T23:42:41.7713046Z   ssh-user: git
2026-05-16T23:42:41.7713707Z   persist-credentials: true
2026-05-16T23:42:41.7714417Z   clean: true
2026-05-16T23:42:41.7715075Z   sparse-checkout-cone-mode: true
2026-05-16T23:42:41.7715823Z   fetch-depth: 1
2026-05-16T23:42:41.7716464Z   fetch-tags: false
2026-05-16T23:42:41.7717566Z   show-progress: true
2026-05-16T23:42:41.7718264Z   lfs: false
2026-05-16T23:42:41.7718890Z   submodules: false
2026-05-16T23:42:41.7719553Z   set-safe-directory: true
2026-05-16T23:42:41.7720591Z env:
2026-05-16T23:42:41.7721240Z   SKIP_STAGING_VERIFY: false
2026-05-16T23:42:41.7721964Z   SKIP_PHASE_4_CARRYOVER: 
2026-05-16T23:42:41.7722663Z   SKIP_STAGING_SMOKE: true
2026-05-16T23:42:41.7723344Z ##[endgroup]
2026-05-16T23:42:41.9011314Z Syncing repository: SaberMage/rebno
2026-05-16T23:42:41.9014733Z ##[group]Getting Git version info
2026-05-16T23:42:41.9016722Z Working directory is '/home/runner/work/rebno/rebno'
2026-05-16T23:42:41.9019868Z [command]/usr/bin/git version
2026-05-16T23:42:41.9021802Z git version 2.54.0
2026-05-16T23:42:41.9029199Z ##[endgroup]
2026-05-16T23:42:41.9044202Z Temporarily overriding HOME='/home/runner/work/_temp/e1c50391-c44e-4ff7-87e8-1d6769b1dfdd' before making global git config changes
2026-05-16T23:42:41.9048840Z Adding repository directory to the temporary git global config as a safe directory
2026-05-16T23:42:41.9051463Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rebno/rebno
2026-05-16T23:42:41.9095902Z Deleting the contents of '/home/runner/work/rebno/rebno'
2026-05-16T23:42:41.9101279Z ##[group]Initializing the repository
2026-05-16T23:42:41.9106587Z [command]/usr/bin/git init /home/runner/work/rebno/rebno
2026-05-16T23:42:41.9195822Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-16T23:42:41.9198719Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-16T23:42:41.9200815Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-16T23:42:41.9202554Z hint: call:
2026-05-16T23:42:41.9204061Z hint:
2026-05-16T23:42:41.9206226Z hint: 	git config --global init.defaultBranch <name>
2026-05-16T23:42:41.9208570Z hint:
2026-05-16T23:42:41.9210965Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-16T23:42:41.9213815Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-16T23:42:41.9216420Z hint:
2026-05-16T23:42:41.9218401Z hint: 	git branch -m <name>
2026-05-16T23:42:41.9220608Z hint:
2026-05-16T23:42:41.9222752Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-16T23:42:41.9225680Z Initialized empty Git repository in /home/runner/work/rebno/rebno/.git/
2026-05-16T23:42:41.9231429Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/rebno
2026-05-16T23:42:41.9274692Z ##[endgroup]
2026-05-16T23:42:41.9277808Z ##[group]Disabling automatic garbage collection
2026-05-16T23:42:41.9279926Z [command]/usr/bin/git config --local gc.auto 0
2026-05-16T23:42:41.9312820Z ##[endgroup]
2026-05-16T23:42:41.9315193Z ##[group]Setting up auth
2026-05-16T23:42:41.9320083Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-16T23:42:41.9355957Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-16T23:42:41.9681952Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-16T23:42:41.9715337Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-16T23:42:41.9947402Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-16T23:42:41.9989383Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-16T23:42:42.0229380Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-16T23:42:42.0263575Z ##[endgroup]
2026-05-16T23:42:42.0266165Z ##[group]Fetching the repository
2026-05-16T23:42:42.0273735Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +824014ae3a1792234c9654e9b907378f4c2a19e9:refs/remotes/origin/main
2026-05-16T23:42:43.2803357Z From https://github.com/SaberMage/rebno
2026-05-16T23:42:43.2806121Z  * [new ref]         824014ae3a1792234c9654e9b907378f4c2a19e9 -> origin/main
2026-05-16T23:42:43.2843279Z ##[endgroup]
2026-05-16T23:42:43.2845489Z ##[group]Determining the checkout info
2026-05-16T23:42:43.2848333Z ##[endgroup]
2026-05-16T23:42:43.2851571Z [command]/usr/bin/git sparse-checkout disable
2026-05-16T23:42:43.2897616Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-16T23:42:43.2928030Z ##[group]Checking out the ref
2026-05-16T23:42:43.2931496Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-16T23:42:44.3055590Z Updating files:  55% (5832/10428)
2026-05-16T23:42:44.3115126Z Updating files:  56% (5840/10428)
2026-05-16T23:42:44.3171370Z Updating files:  57% (5944/10428)
2026-05-16T23:42:44.3222142Z Updating files:  58% (6049/10428)
2026-05-16T23:42:44.3307653Z Updating files:  59% (6153/10428)
2026-05-16T23:42:44.3346000Z Updating files:  60% (6257/10428)
2026-05-16T23:42:44.3395759Z Updating files:  61% (6362/10428)
2026-05-16T23:42:44.3441603Z Updating files:  62% (6466/10428)
2026-05-16T23:42:44.3492104Z Updating files:  63% (6570/10428)
2026-05-16T23:42:44.3545999Z Updating files:  64% (6674/10428)
2026-05-16T23:42:44.3599989Z Updating files:  65% (6779/10428)
2026-05-16T23:42:44.3658622Z Updating files:  66% (6883/10428)
2026-05-16T23:42:44.3717505Z Updating files:  67% (6987/10428)
2026-05-16T23:42:44.3766775Z Updating files:  68% (7092/10428)
2026-05-16T23:42:44.3814962Z Updating files:  69% (7196/10428)
2026-05-16T23:42:44.4118732Z Updating files:  70% (7300/10428)
2026-05-16T23:42:44.4166710Z Updating files:  71% (7404/10428)
2026-05-16T23:42:44.4221235Z Updating files:  72% (7509/10428)
2026-05-16T23:42:44.4272690Z Updating files:  73% (7613/10428)
2026-05-16T23:42:44.4357649Z Updating files:  74% (7717/10428)
2026-05-16T23:42:44.4425781Z Updating files:  75% (7821/10428)
2026-05-16T23:42:44.4517498Z Updating files:  76% (7926/10428)
2026-05-16T23:42:44.4574759Z Updating files:  77% (8030/10428)
2026-05-16T23:42:44.4630957Z Updating files:  78% (8134/10428)
2026-05-16T23:42:44.4679869Z Updating files:  79% (8239/10428)
2026-05-16T23:42:44.4732617Z Updating files:  80% (8343/10428)
2026-05-16T23:42:44.4787766Z Updating files:  81% (8447/10428)
2026-05-16T23:42:44.4859893Z Updating files:  82% (8551/10428)
2026-05-16T23:42:44.4914263Z Updating files:  83% (8656/10428)
2026-05-16T23:42:44.4988218Z Updating files:  84% (8760/10428)
2026-05-16T23:42:44.5075878Z Updating files:  85% (8864/10428)
2026-05-16T23:42:44.5234510Z Updating files:  86% (8969/10428)
2026-05-16T23:42:44.5281248Z Updating files:  87% (9073/10428)
2026-05-16T23:42:44.5325007Z Updating files:  88% (9177/10428)
2026-05-16T23:42:44.5361947Z Updating files:  89% (9281/10428)
2026-05-16T23:42:44.5403770Z Updating files:  90% (9386/10428)
2026-05-16T23:42:44.5440974Z Updating files:  91% (9490/10428)
2026-05-16T23:42:44.5497321Z Updating files:  92% (9594/10428)
2026-05-16T23:42:44.5542037Z Updating files:  93% (9699/10428)
2026-05-16T23:42:44.5580702Z Updating files:  94% (9803/10428)
2026-05-16T23:42:44.5625240Z Updating files:  95% (9907/10428)
2026-05-16T23:42:44.5669836Z Updating files:  96% (10011/10428)
2026-05-16T23:42:44.5738123Z Updating files:  97% (10116/10428)
2026-05-16T23:42:44.5802965Z Updating files:  98% (10220/10428)
2026-05-16T23:42:44.5866127Z Updating files:  99% (10324/10428)
2026-05-16T23:42:44.5867194Z Updating files: 100% (10428/10428)
2026-05-16T23:42:44.5867954Z Updating files: 100% (10428/10428), done.
2026-05-16T23:42:44.5996585Z Switched to a new branch 'main'
2026-05-16T23:42:44.6000313Z branch 'main' set up to track 'origin/main'.
2026-05-16T23:42:44.6878082Z ##[endgroup]
2026-05-16T23:42:44.6921577Z [command]/usr/bin/git log -1 --format=%H
2026-05-16T23:42:44.6945482Z 824014ae3a1792234c9654e9b907378f4c2a19e9
